fix(ui): prevent input overflow in plan mode#1954
fix(ui): prevent input overflow in plan mode#1954janburzinski wants to merge 1 commit intopingdotgg:mainfrom
Conversation
- Add overflow-hidden to ChatView main column - Change ChatComposer from overflow-visible to overflow-hidden
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved This is a minimal CSS fix adding You can customize Macroscope's approvability policy. Learn more. |
|
Can't reproduce on main. When is your before screenshot from? |
|
had this today on the version 0.0.17 and maybe it was because i didnt have t3code in fullscreen can send a video too if that would help :D |
|
this is how i got it maybe that helps: new chat -> plan mode -> implement and then the right plan sidebar comes and then it would overflow for me |
yeah, send unable to do this jan !! |
|
bug is towards the end i just wanted to show the whole process :D |
What Changed
i had the problem that in plan mode the chat box overflowed when implementing the plan (when the sidebar for the plan opened)
this just fix it :))
also no problem if this is not getting merged/reviewed just :)
UI Changes
before:

after:

Checklist
Note
Fix input overflow in chat plan mode
Adds
overflow-hiddento the chat column container in ChatView.tsx and changes the composer footer in ChatComposer.tsx fromoverflow-visibletooverflow-hidden, so overflowing content is clipped and inner scroll regions handle scrolling.Macroscope summarized d28ec56.